Welcome![Sign In][Sign Up]
Location:
Search - linux man

Search list

[Other resourcelinux-new-man

Description: ARM嵌入式linux的入门手册,关于嵌入式系统的移植,应用程序编写模块编程等等的简介。将rar改为pdf
Platform: | Size: 1292489 | Author: 陈永奎 | Hits:

[Program docLinux常用的system call(中文版),

Description: Linux_常用C函数(中文版),常用的system call,支持搜索,可代替man page
Platform: | Size: 130818 | Author: chenglihua777 | Hits:

[Linux-UnixLinux下C语言编程--文件操作

Description: 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
Platform: | Size: 4096 | Author: 李琳 | Hits:

[Linux-Unixlinuxcontrol

Description: linux下的人机对话编程,函数库采用GTK+/GNOME,有操作界面,可在界面上进行操作与下层通信。此程序开发已久,源文件较多。可用 gcc -wall -o main.c ....... gnome-config --cflags --libs gnomeui 进行编译-the man-machine dialogue programming functions using GTK/GNOME, user interface, the interface can operate on the lower classes and communications. This program has been a long time, the source of more documents. Available gcc-wall-o main.c ....... gnome-config-- cflags-- libs compile gnomeui
Platform: | Size: 792576 | Author: 时柏营 | Hits:

[AI-NN-PRgobangrenji

Description: linux下的五指棋的人机对战版。用QT做的。-linux under the five fingers of the man-machine chess version of the war. QT used to do.
Platform: | Size: 595968 | Author: plucky | Hits:

[OtherLinux_C_And_Kernel

Description: Linux C函数库手册和内核分析方法,Linux程序员如果不喜欢用man的话就一定需要一本这样的函数库手册-Linux C library and kernel analysis methods manual, Linux programmers do not like to use if the man, then we will certainly need such a manual library
Platform: | Size: 5075968 | Author: 张林 | Hits:

[Linux-Unixothello

Description: linux下编的黑白棋 棋盘格4x4 人机对战 gcc编译-under linux Riversi 4x4 chessboard grid man-machine war gcc compiler
Platform: | Size: 15360 | Author: Eric | Hits:

[Shot Gameairstrike_0.99

Description: 经典飞行射击游戏airstrike的源代码,运行与linux平台,很容易扩展的开发框架,内部还有说明文档,只不过是E文的-Classic flight shooting game airstrike source code, running with the linux platform, it is easy to expand the development of the framework, the internal documentation there is only the E-man
Platform: | Size: 1971200 | Author: 戴某 | Hits:

[Linux-Unixlinux-man

Description: 嵌入式Linux应用开发完全手册样章 一本介绍ARM-LINUX的书,超详细-Embedded Linux application development like full manual Chapter 1 Introduction ARM-LINUX books, super-detailed
Platform: | Size: 561152 | Author: 王冰 | Hits:

[Linux-Unixlinuxdriver_code_tool

Description: LINUX设备驱动开发详解(光盘源码)。 -Detailed LINUX device driver development (CD-ROM source).
Platform: | Size: 25117696 | Author: gaoyuan | Hits:

[OtherLinux_Shell_Scripting_Tutorial

Description: This tutorial is designed for beginners only and This tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won t have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system.
Platform: | Size: 116736 | Author: tmkguy | Hits:

[Linux-Unixmakeflie-man.pdf

Description: 详细介绍了linux下make的用法,中文版,方便易读,值得一看。-Details make the use of under linux, the Chinese version to facilitate easy-to-read, worth a visit.
Platform: | Size: 913408 | Author: 欢迎 | Hits:

[OtherLinux-Shell-Scripting-Tutorial

Description: 介绍Linux shell编程的入门书·-This tutorial is designed for beginners only and this tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won t have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system. Before Starting Linux Shell Script Programming you must know l Kernel l Shell l Process l Redirectors, Pipes, Filters etc.
Platform: | Size: 116736 | Author: 武铭 | Hits:

[Linux-Unixman

Description: linux中的man命令使用_HTML链接其中具体命令的用法-linux man in command- HTML links which use the specific command
Platform: | Size: 1879040 | Author: beijvge | Hits:

[Linux-Unixman-pages-zh_CN-1.5.tar

Description: 将 man-pages-zh_CN-1.6.tar.gz 文件放在linux下某目录 #tar zxvf man-pages-zh_CN-1.5.tar.gz c#cd man-pages-zh_CN-1.5 #make u8 #make install-u8 安装之前,运行locale命令来查看自己的语言环境是什么,主要有影响的是LC_ALL,LC_CTYPE和LANG变量的值。命令如下: # locale LANG=zh_CN.UTF-8 LC_CTYPE="zh_CN.UTF-8" LC_NUMERIC="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_COLLATE="zh_CN.UTF-8" LC_MONETARY="zh_CN.UTF-8" LC_MESSAGES="zh_CN.UTF-8" LC_PAPER="zh_CN.UTF-8" LC_NAME="zh_CN.UTF-8" LC_ADDRESS="zh_CN.UTF-8" LC_TELEPHONE="zh_CN.UTF-8" LC_MEASUREMENT="zh_CN.UTF-8" LC_IDENTIFICATION="zh_CN.UTF-8" LC_ALL= 如果语言环境是zh_CN.UTF-8,可以运行make u8 && make install-u8;如果语言环境是GB2312,GBK或者GB18030,可以运行make gb && make install-gb;这里笔者的应用环境是zh_CN.UTF-8,运行make u8 && make install-u8即可汉化man手册页-mskdjfalsdjfaldjf alsdjf laksdjf akdsjf lakdsjf kalsdjf
Platform: | Size: 3762176 | Author: wangkun | Hits:

[Linux-Unixlinux-c-man

Description: linux 下C语言的函数手册,很全的,希望能您有一定的帮助-linux c
Platform: | Size: 145408 | Author: 林朝 | Hits:

[Linux-Unixman-pages-3.35.tar

Description: man-pages-3.35.tar.gz - man pages for Linux. -man-pages-3.35.tar.gz- man pages for Linux.
Platform: | Size: 1688576 | Author: liuxinxing | Hits:

[Linux driverLinux-For-Help

Description: linux学习中的相关文档,有教你如何将man手册中的帮助文档显示语法高亮,有教你把linux中的任何文档转化为pdf-linux man pdf
Platform: | Size: 111616 | Author: 樊聪 | Hits:

[Linux-UnixLinux中文man在线手册

Description: man手册说明,详细说明man手册的用法(Man manual description)
Platform: | Size: 1540096 | Author: wind-cloud | Hits:

[Otherman-pages-zh_CN-1.5.tar

Description: Linux man命令汉化包,帮助更快上手Linux学习(Linux man command finished package, help to get started faster Linux learning)
Platform: | Size: 3762176 | Author: hsl416604093 | Hits:
« 12 3 4 »

CodeBus www.codebus.net